home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / SVII-ProcessPics / SVII-ProcessPics.readme < prev    next >
Encoding:
Text File  |  1999-08-15  |  11.9 KB  |  275 lines

  1. Short:        Script to handle many pics with SViewII
  2. Author:       UFalke@t-online.de (Ulrich Falke)
  3. Uploader:     UFalke@t-online.de (Ulrich Falke)
  4. Version:      2.21
  5. Type:         gfx/misc
  6. Distribution: Aminet, Fred Fish, meeting pearls
  7. Requires:     SViewII V 8.xx (registered)
  8.  
  9.               RexxReqTools.library V 1.3
  10.               ReqTools.library V 2.9
  11.               RexxMast MUST be running
  12. Replaces:     gfx/misc/SVProPics.lha
  13. Kurz:         Script zum bearbeiten von vielen Bildern mit SViewII
  14.  
  15.               Released as EMailware
  16.  
  17. SVII-ProcessPics.rexx V 2.21 01.12.98 © by Ulrich Falke
  18. =======================================================
  19.  
  20. Deutsch weiter unten
  21. ^^^^^^^
  22.  
  23. English (sorry not my native language)
  24. -------
  25. ARexx-Script that processes given pictures of a directory.
  26. You can convert to different grafikformats, scale, rotate and more.
  27. One setting for different pictures.
  28.  
  29. I use for this SViewII V 8.xx © by Andreas Ralph Kleinert
  30. (registered, unregistered SView has'nt an ARexx-Port !)
  31. RexxReqTools.library V 1.3 © by Rafael D'Halleweyn and of course
  32. ReqTools.library V 2.9 © by Nico François and Magnus Holmgren.
  33.  
  34. COPYRIGHT
  35.  
  36. This package can be freely distributed as long as:
  37.  
  38.  1. It is not sold; only a reasonable charge for copying and storage
  39.     medium is allowed. (For one Disc max. DM 5.- or US$ 3.-)
  40.  
  41.  2. All files included in this archive are included in their original form
  42.     without modification of any kind.
  43.  
  44.  Permission is hereby granted to include `SVII-ProcessPics' in
  45.  the PD compilations Fred Fish, MeetingPearls and Aminet.
  46.  
  47.  Andreas Ralph Kleinert has my agreement to include `SVII-ProcessPics'
  48.  on his SView-CD.
  49.  
  50.  Other distribution without written permission of the author is
  51.  strictly forbidden (contact me via e-mail for permission).
  52.  
  53.  Use `SVII-ProcessPics' at your own risk.
  54.  
  55.  The Author, Ulrich Falke, takes no responsibility at all, for whatever
  56.  may happen you or your software/hardware caused by any of the files
  57.  containing in this package.
  58.  
  59.  If you like this program and use it frequently the author wants you
  60.  to send him an E-MAIL.
  61.  If you find any mistakes or bugs please feal free, to contact the author
  62.  via E-Mail. Please make a good description how and where the error appear.
  63.  
  64.  -- Thank you ! --
  65.  
  66. About:  Some time ago I need a fast picture converter for many
  67.         IFF's -> PNG's.
  68.         I have many scripts that will do that for other formats using
  69.         ADPro, but ADPro hasn't PNG support. So I try my new artEffect
  70.         V2.6, but it needs more the one minute for one pic. I have a
  71.         CyberStormPPC and I think: "that must go faster". I'm also a
  72.         registert user of SuperView and it's sv.lib's have PPC support.
  73.         The same convert needs here a few seconds. That's reel fast !
  74.         In the SView ARexx dir I found the script 'ConvertAnyFile.rx'.
  75.         I changed it for saving PNG, but SView uses ASL-filerequester
  76.         without multiselect, so I change and change it. Now is the script,
  77.         in my opinion, usefull.
  78.  
  79. Hightlights: multi- and patternselect with rexxreqtools.library-
  80.              filerquester, requesterselection for all settings.
  81.  
  82.              convert from and to any format that SView know,
  83.              I coded it for png, jpg, iff comp., ilbm uncomp.,
  84.              rgfx XPK, tif and bmp, but the script is commented,
  85.              so it is easy to make changes in the script, for
  86.              rare used formats or other operators.
  87.  
  88.              operate on the pics like to24bit, to8bit, emboss,
  89.              rotate, left2right, top2botom ... if you miss anything
  90.              change it.
  91.  
  92.              automatic renaming with short-cut for operation
  93.              and new fileending for filetype.
  94.  
  95.              protection for overwriting existing files, except
  96.              you want.
  97.  
  98.              build in german and english locale.
  99.  
  100.              Tell you, after every processed picture, the approximate
  101.              time, the script will be finished. (Only exact, if the
  102.              pictures have all about the same size.)
  103.  
  104. Installation: Copy 'SVII-ProcessPics.rexx' and 'SV-SlideShow.rexx'
  105.               to SYS:Rexx/ or (Path:)SViewII/ARexx-Scripts/ or any
  106.               location where your scripts are.
  107.               Copy 'Start-SVPrefs.script' to the same location.
  108.               Copy the readme-file where you want.
  109.               Edit inside the rexx-scripts your path to SViewII and
  110.               inside the start-script your path to SV-Prefs.
  111.  
  112. Starting: From Workbench: Doubelklick the icon SVII-ProcessPics.rexx.
  113.           From CLI: Type "rx (Path:dir/)SVII-ProcessPics.rexx" and
  114.                     start it with the Return-key.
  115.  
  116. Bonus: I include the 'SV-SlideShow.rexx', a small Script, also with
  117.        rexxreqtools filrequester to select files.
  118.        You can choose the screendriver for your needs. Installation
  119.        and starting is the same as for 'SVII-ProcessPics.rexx'.
  120.  
  121. If you want to know more read the history and look in the ARexx-
  122. scripts. Try it out and feel free to send me your comments via e-mail.
  123.  
  124. Future-plans: Doc's as AmigaGuide.
  125.               Gui with TritonRexx.
  126.  
  127. Many thank's for his well programmed SViewII and SuperView.librarys
  128.              to Andreas Ralph Kleinert
  129.              for the very usefull ReqTools.library
  130.              to Nico François and Magnus Holmgren.
  131.              for the ARexx-Support of RexxReqTools.library
  132.              to Rafael D'Halleweyn.
  133.  
  134. so long Ulli
  135.  
  136. ------------------------------------------------------------------
  137. Trade marks:
  138.  
  139. ADPro is a produkt of ASDG incorporated.
  140. artEffect is a produkt of HAAGE&PARTNER Computer GmbH.
  141. CyberStormPPC is a produkt of phase5 DIGITAL PRODUCTS.
  142.  
  143. ------------------------------------------------------------------
  144. Deutsch
  145. -------
  146. ARexx-Script mit dem ausgewählte Bilder eines Verzeichnisses
  147. bearbeitet werden können. Sie können zu einem anderen Grafikformat
  148. umwandeln, skalieren, rotieren und mehr. Anzeige der gerade
  149. bearbeiteten Bilder. Mit einer Vorgabe für verschiedene Dateitypen.
  150.  
  151. Ich benutze hierfür SViewII V 8.xx © by Andreas Ralph Kleinert
  152. (registriert, unregistriertes SView hat keinen ARexx-Port !)
  153. RexxReqTools.library V 1.3 © by Rafael D'Halleweyn und damit auch
  154. ReqTools.library V 2.9 © by Nico François und Magnus Holmgren.
  155.  
  156. COPYRIGHT
  157.  
  158. Dieses Programm kann frei verbreitet werden so lange wie:
  159.  
  160.  1. Es wird nicht verkauft; nur ein angemessener Betrag für's kopieren
  161.     und für den Datenträger ist gestattet. (Für eine Diskette max. DM 5.-)
  162.  
  163.  2. Alle Dateien die dieses Archiv enthält sind unverändert in ihrem original
  164.     Format enthalten.
  165.  
  166.  Ich erteile die Erlaubnis `SVII-ProcessPics' in den PD-Sammlungen
  167.  Fred Fish, MeetingPearls und Aminet aufzunehmen.
  168.  
  169.  Andreas Ralph Kleinert hat mein Einverständnis `SVII-ProcessPics' auf
  170.  seiner SView-CD zu integrieren.
  171.  
  172.  Eine andere Weiterverbreitung ohne eine schriftliche Erlaubnis des Autors
  173.  ist untersagt (senden Sie mir eine E-Mail um die Erlaubnis einzuholen).
  174.  
  175.  Die Benutzung von `SVII-ProcessPics' geht auf Ihr eigenes Risiko.
  176.  
  177.  Der Autor, Ulrich Falke, übernimmt keinerlei Haftung, was auch immer mit
  178.  Ihrer Software oder Hardware passiert, während Sie eine der Dateien aus
  179.  diesem Programm benutzen.
  180.  
  181.  Wenn Sie dieses Programm mögen und es öfter benutzen, möchte der Autor
  182.  von Ihnen eine E-Mail zugesand bekommen.
  183.  
  184.  Wenn Sie Fehler finden oder Programmabstürtze verzeichnen, bitte ich Sie,
  185.  mit mir, per E-Mail, Kontakt aufzunehmen. Versuchen Sie aber bitte, eine
  186.  genaue Beschreibung darüber zu geben, was für ein Fehler und wann er auf-
  187.  tritt.
  188.  
  189.  -- Danke ! --
  190.  
  191. Über:   Vor einiger Zeit benötigte ich einen schnellen Bild-Format Umwandler
  192.         für viele IFF's -> PNG's. Für ADPro besitze ich eine menge Scripts, die
  193.         dies für andere Bildformate erledigen, aber ADPro unterstützt PNG nicht.
  194.         Ich versuchte es mit mit meinem neuen artEffect V2.6, aber es benötigte
  195.         mehr als eine Minute für ein Bild. Ich besitze eine CyberStormPPC und
  196.         dachte mir: "Das müsste schneller gehen". Außerdem bin ich registrierter
  197.         Benutzer von SuperView und seine sv.lib's unterstützen den PPC. Das gleiche
  198.         Bild benötigte nur ein paar Sekunden. Das ist richtig schnell ! Im ARexx-
  199.         Verzeichnis von SView fand ich das Script 'ConvertAnyFile.rx'. Ich änderte
  200.         es, damit es im PNG-Format speichert, aber SView benutzt den ASL-File-
  201.         requester ohne Mehrfachauswahl, so änderte und änderte ich das Script.
  202.         Nun ist das Script, meiner Meinung nach, brauchbar.
  203.  
  204. Möglichkeiten: Mehrfach- und Kürtzelauswahl mit rexxreqtools.library
  205.                Filerequester, für alle Einstellungen Requesterabfagen.
  206.  
  207.                Dateitypumwandlung von und zu jedem Format das SView
  208.                kennt, ich habe im Script die Speicherformate png, jpg,
  209.                iff comp., ilbm uncomp., rgfx XPK, tif und bmp, aber das
  210.                Script ist kommentiert, so daß es einfach ist, auch ein
  211.                seltener benutztes Speicherformat oder einen anderen
  212.                Bildbearbeiter einzubauen.
  213.  
  214.                Bildbearbeitung wie: nach24Bit, nach8Bit, emboß, rotieren,
  215.                spiegeln vertikal und horizontal ... wenn was fehlt, s.o.
  216.  
  217.                Automatisches umbenennen mit Abkürtzung für den Bild-
  218.                bearbeiter und neue Fileendung für den Filetype.
  219.  
  220.                Schutz gegen überschreiben von existierenden Dateien, ausser
  221.                Sie erlauben es.
  222.  
  223.                Eingebaute deutsche und englische Sprache.
  224.  
  225.                Nach jedem abgearbeitetem Bild, wird die ungefähre Zeit angezeigt,
  226.                zu der das Script mit allen Bildern fertig ist. (Nur genau, wenn
  227.                alle Bilder ungefähr gleich gross sind.)
  228.  
  229. Installation: Kopieren Sie 'SVII-ProcessPics.rexx' und 'SV-SlideShow.rexx' nach
  230.               SYS:Rexx/ oder (Pfad:)SViewII/ARexx-Scripts/ oder einem Verzeichnis
  231.               in dem Ihre Scripte sind.
  232.               Kopieren Sie 'Start-SVPrefs.script' in das gleiche Verzeichnis.
  233.               Editieren Sie Ihren Pfad zu SViewII in den Rexx-Scripts und den
  234.               Pfad zu SV-Prefs in dem Start-Scripts.
  235.               Kopieren Sie die Readmedatei wohin Sie wollen.
  236.  
  237. Starten: Von der Workbench: Doppelklicken Sie das Icon SVII-ProcessPics.rexx.
  238.          Vom CLI: Tippen Sie "rx (Pfad:dir/)SVII-ProcessPics.rexx" ein und
  239.                   starten es mit der Return-Taste.
  240.  
  241. Zugabe: Ich habe das kleine Script 'SV-SlideShow.rexx' beigelegt.
  242.         Die Dateiauswahl wird auch hier von RexxReqTools erledigt.
  243.         Im Script kann der Screendriver ausgewählt werden. Installation
  244.         und Starten erfolgt genauso wie bei 'SVII-ProcessPics.rexx'.
  245.  
  246. Wenn Sie mehr wissen wollen, lesen Sie die History und schauen Sie in die
  247. ARexx-Scrips. Probieren Sie alles aus und senden Sie mir Ihre Meinung per
  248. E-Mail.
  249.  
  250. Zukunftspläne: Dok als AmigaGuide.
  251.                Grafische Benutzeroberfläche mit TritonRexx.
  252.  
  253. Herzlichen Dank für sein gutes Programm SViewII und den SuperView.librarys
  254.                an Andreas Ralph Kleinert
  255.                für die sehrgute ReqTools.library
  256.                an Nico François und Magnus Holmgren.
  257.                für den ARexx-Support von RexxReqTools.library
  258.                an Rafael D'Halleweyn.
  259.  
  260. bis dann Ulli
  261.  
  262.  
  263.  _________________________________________________________________________
  264. |                                                                         |
  265. |                           /\                 Ulrich Falke               |
  266. |                  __       \/ _               Jakobistr. 2               |
  267. |               __/// /||\/||¯/_ /|            D-59494 Soest              |
  268. |               \XX/ /¯||  || \//¯|                                       |
  269. |                                                                         |
  270. |    AMIGA definately BACK FOR THE FUTURE ---  UFalke@t-online.de         |
  271. |                                                                         |
  272. |A3000/060-50MHz+PPC403e-200MHz/70MB RAM/ca.7GB HD's/Toshiba XM3701S/     |
  273. |CVisionPPC-CGX V4/VLab/...                                               |
  274. |_________________________________________________________________________|
  275.